crypto/internal/edwards25519.projP1xP1.Y (field)

10 uses

	crypto/internal/edwards25519 (current package)
		edwards25519.go#L15: 	X, Y, Z, T field.Element
		edwards25519.go#L197: 	v.Y.Multiply(&p.Y, &p.Z)
		edwards25519.go#L211: 	v.y.Multiply(&p.Y, &p.Z)
		edwards25519.go#L213: 	v.t.Multiply(&p.X, &p.Y)
		edwards25519.go#L286: 	v.Y.Add(&PP, &MM)
		edwards25519.go#L306: 	v.Y.Add(&PP, &MM)
		edwards25519.go#L325: 	v.Y.Add(&PP, &MM)
		edwards25519.go#L344: 	v.Y.Add(&PP, &MM)
		edwards25519.go#L362: 	v.Y.Add(&YY, &XX)
		edwards25519.go#L365: 	v.X.Subtract(&XplusYsq, &v.Y)